chore(deps): update dependency eslint to v10#9972
Conversation
|
c010f6f to
29f726a
Compare
| "browserify": "~17.0.0", | ||
| "cssnano": "~7.1.0", | ||
| "eslint": "~9.39.0", | ||
| "eslint": "~10.0.0", |
There was a problem hiding this comment.
ESLint v10 incompatible with legacy .eslintrc config
High Severity
ESLint v10 removed support for the legacy eslintrc configuration format (.eslintrc files) and requires flat config (eslint.config.js/eslint.config.mjs). The project still uses a .eslintrc file with "extends": "standard" and has no flat config file. Bumping eslint to ~10.0.0 without migrating the configuration means any direct invocation of eslint will fail to pick up the project's linting rules. The gulp-eslint v6 build task bundles its own ESLint v6 so it may still work, but the top-level eslint devDependency becomes non-functional.
c3b00ed to
a9faeab
Compare
a9faeab to
24f61f3
Compare


This PR contains the following updates:
~9.39.0→~10.0.0Release Notes
eslint/eslint (eslint)
v10.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.